home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-06 | 259 b | 17 lines |
- #
- # This is the make file for the amiga lib subdirectory.
- #
- # Gershon Elber, Aug 1991
- #
-
- include ../makeflag.sas
-
- OBJS = getenv.o putenv.o popen.o usleep.o
-
- amg.lib: $(OBJS)
- rm -f amg.lib
- oml amg.lib a $(OBJS)
-
- install: amg.lib
- mv -f amg.lib $(LIB_DIR)
-